UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

5 lines (3 loc) 194 B
import { handlers } from "@/server/auth"; // Referring to the auth.ts we just created // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment export const { GET, POST } = handlers;